Description
Publish the input document(s) into several target sections. The target is evaluated to a document list (can be a path, UID or EL expression). Existing proxy is overridden if the override attribute is set. Returns a list with the created proxies.
Operation id | Document.PublishToSections |
Aliases | Document.MultiPublish
|
Category | Document |
Label | Multi-Publish |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | documents, documents |
Implementation Information
JSON Definition
{
"id" : "Document.PublishToSections",
"aliases" : [ "Document.MultiPublish" ],
"label" : "Multi-Publish",
"category" : "Document",
"requires" : null,
"description" : "Publish the input document(s) into several target sections. The target is evaluated to a document list (can be a path, UID or EL expression). Existing proxy is overridden if the override attribute is set. Returns a list with the created proxies.",
"url" : "Document.PublishToSections",
"signature" : [ "document", "documents", "documents", "documents" ],
"params" : [ {
"name" : "target",
"description" : null,
"type" : "documents",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "override",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "true" ]
} ]
}